type crypto/internal/hpke.context

7 uses

	crypto/internal/hpke (current package)
		hpke.go#L129: type context struct {
		hpke.go#L144: 	*context
		hpke.go#L148: 	*context
		hpke.go#L187: func newContext(sharedSecret []byte, kemID, kdfID, aeadID uint16, info []byte) (*context, error) {
		hpke.go#L234: 	return &context{
		hpke.go#L280: func (ctx *context) nextNonce() []byte {
		hpke.go#L288: func (ctx *context) incrementNonce() {